httpcontext.current.session null c# in class library

37

httpcontext.current.session null c# in class library -

[WebMethod(EnableSession = true)]
public void SomeMethod()
{
    ... invoke the method in your class library that uses Session
}

Comments

Submit
0 Comments